Figures code for the presentation
library(tidyverse) library(ggplot2) library(igraph) library(ggraph) library(latex2exp) theme_set(theme_bw()) ROOT <- here::here() FIGS <- file.path(ROOT, "figures", "overview/") DATA <- file.path(ROOT, "data") knitr::opts_chunk$set( echo = FALSE, fig.width = 8, fig.height = 6, fig.path = FIGS )
[[1]]
[[2]]
[[3]]
[[4]]
[[5]]
[[6]]